Package com.mapbox.androidauto.car.placeslistonmap

Types

PlaceMarkerRenderer
Link copied to clipboard
class PlaceMarkerRenderer(context: Context, @ColorInt() background: Int)
Render bitmaps that can be shown as markers on the map.
PlacesListItemClickListener
Link copied to clipboard
interface PlacesListItemClickListener
PlacesListItemMapper
Link copied to clipboard
class PlacesListItemMapper(placeMarkerRenderer: PlaceMarkerRenderer, unitType: UnitType)
PlacesListOnMapLayerUtil
Link copied to clipboard
class PlacesListOnMapLayerUtil
PlacesListOnMapProvider
Link copied to clipboard
interface PlacesListOnMapProvider
PlacesListOnMapScreen
Link copied to clipboard
class PlacesListOnMapScreen(mainCarContext: MainCarContext, placesProvider: PlacesListOnMapProvider, placesListItemMapper: PlacesListItemMapper, actionProviders: List<MapboxActionProvider>, searchCarContext: SearchCarContext, placesLayerUtil: PlacesListOnMapLayerUtil) : Screen